+++ /dev/null
-Package: xen-hypervisor-@version@@localversion@
-Depends: ${misc:Depends}
-Provides: xen-hypervisor, xen-hypervisor-@version@, xen-hypervisor@localversion@
-Recommends: xen-utils-@version@, xen-hypervisor-common
-Description: Xen Hypervisor on @class@
- The hypervisor is the "core" for XEN itself. It gets booted by the boot loader
- and controls cpu and memory, sharing them between your administrative domain
- (Domain 0) and the virtual guest systems.
- .
- @desc@
- .
- In order to boot a XEN system along with this package you also need a kernel
- specifically crafted to work as the Domain 0, mediating hardware access for
- XEN itself.
-
+++ /dev/null
-Package: libxen-@version@
-Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Multi-Arch: same
-Description: Public libs for Xen
- This package contains the shared toolstack libraries for Xen.
-
-Package: libxenstore3.0
-Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Multi-Arch: same
-Description: Xenstore communications library for Xen
- This package contains the client library interface to XenStore.
-
-Package: libxen-dev
-Section: libdevel
-Multi-Arch: same
-Depends: libxen-@version@ (= ${binary:Version}), libxenstore3.0 (= ${binary:Version}), ${misc:Depends}
-Description: Public headers and libs for Xen
- This package contains the public headers and static libraries for Xen.
- .
- The libxenlight library is intended as a common base for all Xen toolstack
- developers. The libxlutil library contains additional helpers which may be
- useful to toolstack developers.
- .
- The libxenstore library allows userspace processes to interact with the
- XenStore database. XenStore is a shared database used for interdomain
- communication of configuration and status information. It is accessible to all
- domains running on the same Xen host. See http://wiki.xen.org/wiki/XenStore
- for more information.
- .
- The libxenctrl, libxenguest and other remaining included libraries are
- internal libraries intended for use by the Xen toolstack and are not intended
- to be used directly. Toolstack authors should use libxenlight.
-
-Package: xenstore-utils
-Section: admin
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: xen-utils-common (<= 3.1.0-1)
-Replaces: xen-utils-common (<= 3.1.0-1)
-Description: Xenstore command line utilities for Xen
- This package contains command line utilities for interacting with XenStore.
- .
- XenStore is a shared database used for interdomain communication of
- configuration and status information. It is accessible to all domains running
- on the same Xen host. See http://wiki.xen.org/wiki/XenStore for more information.
- .
- In the common case these tools are used by the Xen toolstack running in
- domain0 (or a driver domain) however they may also be used in a guest domain
- to support local scripting which wants to communicate via XenStore.
-
-Package: xen-utils-common
-Architecture: all
-Depends: lsb-base, python, udev, xenstore-utils, ${misc:Depends}
-Description: Xen administrative tools - common files
- The userspace tools to manage a system virtualized through the Xen virtual
- machine monitor.
- .
- This package is only required on the host system (Domain 0) and not on
- the virtual guest systems (Domain U).
-
-Package: xen-hypervisor-common
-Architecture: all
-Depends: ${misc:Depends}
-Replaces: xen-hypervisor-4.8-amd64, xen-hypervisor-4.8-arm64, xen-hypervisor-4.8-armhf
-Description: Xen Hypervisor - common files
- The configuration which arranges for an installed hypervisor to
- be booted as default, with the right command line arguments passed
- to both hypervisor and host (Domain 0) kernel.
- .
- This package is only required on the host system (Domain 0) and not on
- the virtual guest systems (Domain U).
+++ /dev/null
-Package: xen-utils-@version@
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xen-utils-common (>= ${source:Version})
-Recommends: bridge-utils, libc6-xen [i386], xen-hypervisor-@version@, qemu-system-x86, grub-xen-host [i386 amd64]
-Suggests: qemu-utils [i386 amd64], seabios [i386 amd64], ovmf
-Provides: xen-utils
-Built-Using: ${misc:Built-Using}
-Description: XEN administrative tools
- The userspace tools to manage a system virtualized through the XEN virtual
- machine monitor.
- .
- qemu-utils and seabios are neded for "Xen HVM" (amd64 and i386)
-